This query returns a boolean value indicating whether the palette containing the Style panel is showing (true) or not showing (false).Example. Check whether the style palette is showing. If not, use the PStylePalette to display it.
PGetStylePalette isShowing;
if (isShowing == false) PStylePalette(true);
Comments or suggestions? Contact Adobe Developer Support